
.header-tip .center{
    display: flex;
    align-items: center;
}
/* 头部tip */
.header-con .header-tip{
    height: 33px;
    padding-top: 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #edeeed;
}
.header-con .header-tip a{
    color:#4d4c4c;
    font-family: 'Microsoft YaHei';
}
.header-con .header-tip span,.header-con .header-tip h3{
    position: relative;
    padding: 0 10px;
    font-size: 12px;
    color:#4d4c4c;
}
.header-con .header-tip span::before,.header-con .header-tip h3::before{
    content: "";
    width: 1px;
    height: 14px;
    background-color: #c6c3c3;
    position: absolute;
    left: 0;
    top:2px;
}

/* 头部导航 */
.header-nav-con{
    display: flex;
    align-items: center;
}
.header-nav-con > ul{
    display: flex;
    align-items: center;
}
.header-nav-con .logo{
    margin-left: -15px;
}
.header-nav-con .logo>img{
    width: 250px;
}
.header-nav-con > ul >li{
    margin:0 8px;
}
.header-nav-con > ul >li>a{
    color: #242474;
    font-size: 18px;
    padding: 10px 0;
}
.header-nav-con > ul >li>a:hover{
    color: #5bafe8;
}
.header-nav-con > ul > li .active{
    color: #5bafe8;
    font-weight: 600;
    border-bottom: 4px solid #5bafe8;
}
.phone{
    width: 296px;
    text-align: right;
}
.phone a img{
    width: 60%;
}

.phone-con{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -200px;
    z-index: 999;
    display: none;
    background: rgba(0,0,0,.5);
    padding: 50px;
}

.top_erweima{
    margin-left: -14px;
}
.header-tip .wx{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    display: none;
    margin-top: -200px;
    margin-left: -200px;
    background: rgba(0,0,0,.5);
    padding: 50px;
}

.header-tip .wx img,.phone-con img{
    width: 400px;
}
.wx-con:hover a{
    color: #62aee5;
}


